Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CI #3

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Implement CI #3

merged 4 commits into from
Sep 5, 2024

Conversation

AndreyMlashkin
Copy link
Collaborator

No description provided.

@AndreyMlashkin AndreyMlashkin changed the title remove clang check Implement CI Sep 3, 2024
@@ -33,6 +31,7 @@ in stdenv.mkDerivation {
(if enableDebug then "-DCMAKE_BUILD_TYPE=Debug" else "-DCMAKE_BUILD_TYPE=Release")
(if enableDebug then "-DCMAKE_CXX_FLAGS=-ggdb" else "")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep CXX flags in CMake (like in zkEVMFramework)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

fetch-depth: 0

- name: Run checks
run: nix build -L .?#checks.x86_64-linux.all-gcc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why only build without check?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two chains to build now - gcc and clang.
It would take too long to build all. I would prefer to start 2 different jobs, so the CI will run faster

@AndreyMlashkin AndreyMlashkin merged commit 6d9263b into master Sep 5, 2024
2 checks passed
AndreyMlashkin pushed a commit that referenced this pull request Sep 9, 2024
AndreyMlashkin added a commit that referenced this pull request Sep 9, 2024
…ntainers

Directly include parallel containers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants